VerticalRelation Enumeration

Represents the area against which the vertical position of a frame is positioned.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum VerticalRelation

Members

Page0 Vertical position of frame positioned relative to a page.
PageContent1 Vertical position of frame positioned relative to page content.
Frame2 Vertical position of frame positioned relative to a frame.
FrameContent3 Vertical position of frame positioned relative to frame content.
Paragraph4 Vertical position of frame positioned relative to a paragraph.
ParagraphContent5 Vertical position of frame positioned relative to paragraph content.
Char6 Vertical position of frame positioned relative to a character.
Line7 Vertical position of frame positioned relative to a line.
BaseLine8 Vertical position of frame positioned relative to a baseline.
Text9 Vertical position of frame positioned relative to text.
None10 None.

See Also